Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 559 Bytes

File metadata and controls

27 lines (14 loc) · 559 Bytes

Tooling Installation

For Debian

apt install opensc 

Debugging

Check for card detection: insert card and run

opensc-explorer

For card reader detection

opensc-tool -l

For card content (will hex-dump certificates)

opensc-tool -f

Debug smartcard reader status changes (live updates when adding/removing card)

pcsc_scan

Firefox Installation

To get an opensc based PKI setup work in Firefox follow these instructions.